projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc1fcf
)
init_heap_pages() can be static.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 10 Dec 2007 11:37:13 +0000
(11:37 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 10 Dec 2007 11:37:13 +0000
(11:37 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/page_alloc.c
patch
|
blob
|
history
diff --git
a/xen/common/page_alloc.c
b/xen/common/page_alloc.c
index 95c474bca61e165231910d47365eeabe263a112b..4c723e5d27326c28fd73d3bc1f490746ee43b11e 100644
(file)
--- a/
xen/common/page_alloc.c
+++ b/
xen/common/page_alloc.c
@@
-503,7
+503,7
@@
static void free_heap_pages(
* not freeing it to the buddy allocator.
*/
#define MAX_ORDER_ALIGNED (1UL << (MAX_ORDER))
-void init_heap_pages(
+
static
void init_heap_pages(
unsigned int zone, struct page_info *pg, unsigned long nr_pages)
{
unsigned int nid_curr, nid_prev;